home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 603 / emacs / readme.st < prev    next >
Text File  |  1992-04-07  |  3KB  |  79 lines

  1. NOTES ON MICRO-EMACS 3.11a-beta3 (Apr  6 1992)/(Apr  7 1992):
  2. ==========================
  3.  *  (C)Copyright 1988,1989,1990,1991 by Daniel M. Lawrence
  4.  *  MicroEMACS 3.11 can be copied and distributed freely for any
  5.  *  non-commercial purposes. MicroEMACS 3.11 can only be incorporated
  6.  *  into commercial software with the permission of the current author.
  7.  *
  8. NOTES ON THE VERSIONS FOR THE ATARI ST/TT
  9.  Many changes were done by Bjarne Pohlers <srb110@math.uni-muenster.de>. These
  10. versions are beta-test-versions. They *must* be distributed freely and
  11. with all files in this archive.
  12. Please watch out for newer versions. Please report any unknown errors!
  13. These beta-versions may be ftp-ed from ftp.uni-muenster.de (or 
  14. switek.uni-muenster.de).
  15. --
  16. Names changed! emacs.prg -> me.prg
  17.             gememacs.prg -> gemme.prg
  18. Reason: emacs != MicroEMACS
  19.  
  20. me.prg: I am sorry, it is not `clean' programmed.
  21. linea-calls are used. It is better not to try to change the
  22. $sres-variable. Another `dirty'-programming-style: for input
  23. evnt_multi-calls are used, for output Bconout-calls. I will not change
  24. this, because there is now a GEM-based Version of MicroEMACS. Do not expect
  25. me.prg to work under MultiTOS. Use tcme or gemme instead. These will work.
  26.  
  27. tcme.ttp is a version of MicroEMACS 3.11 which uses termcap. Of course,
  28. no mouse-commands are possible. Make sure that the file /etc/termcap
  29. exists and that the environment-variable TERM contains "atari" or "ST".
  30. changes of tcme:
  31. o The escape-sequences for cursor-keys sent by MiNT >V0.93 are now used.
  32. o I changed the default-sequences for tcme (without MiNT) to a standart
  33.   vt52-terminal.
  34. o tcme now interprets a SIGWINCH-signal correctly and therefore should
  35.   notice changes in its window-size. Please note that the values co and
  36.   li in /etc/termcap are still necessary for tcme to learn about the
  37.   maximal screen-size.
  38. o Under MiNT output is buffered and therefore faster.
  39.  
  40. gemme.prg: see file readme.gem
  41.  
  42. gemme/me.prg were compiled with TURBO C, tcme with gcc and the MiNTlibs
  43. Patchlevel 19.
  44.  
  45. some general features:
  46. o MiNT-support
  47. o new variable $osystem shows name and version of the current
  48.   operating-system
  49. o r-flag of UNIXMODE is supported. /- and d-flags are always set.
  50. o suspend-emacs works under MiNT and MTOS.
  51. o shell-escapes work with shells that understand the `-c'
  52.   command-line-switch. (Make sure thet $SHELL is set.)
  53. o files for `execute-file' are searched along the PATH-environment-variable
  54.   and additionally along the EMACSCMD-environment-variable. The current
  55.   lookup-order is:
  56.   if file contains path:
  57.     absolute
  58.   else
  59.     current directory
  60.     HOME environment directory
  61.     all directories along PATH environment
  62.     all directories along EMACSCMD environment
  63.     directories in table from EPATH.H
  64.   If you think that it should lookup all directories along
  65.   EMACSCMD environment before the PATH-environment, please let me know. I
  66.   think I will change this in a later release.
  67.  
  68. and much more...
  69.  
  70. changes:
  71. o fixed the ALTERNATE-0-bug. Pressing A-0 (or A-ß or A-' on a German
  72. Keyboard) no longer causes MicroEMACS to crash. (only me/gemme)
  73.  
  74. bugs: (will be fixed)
  75. o The date will disappear in the status-line of a window.
  76. o MiNT-terminal-mode is not yet set correct. This bug only occurs if ^S
  77.   is pressed as the first character after invoking MicroEMACS. (I know
  78.   how to fix this but I am too lasy...:-) )
  79.